text/template/parse.Tree.newText (method)

2 uses

	text/template/parse (current package)
		node.go#L135: func (t *Tree) newText(pos Pos, text string) *TextNode {
		parse.go#L365: 		return t.newText(token.pos, token.val)